home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / Girder / girder331c.exe / {app} / Girder.exe / 0 / RCDATA / TFORM9 / TFORM9.txt
Text File  |  2004-05-19  |  1KB  |  69 lines

  1. object Form9: TForm9
  2.   Left = 212
  3.   Top = 104
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Girder event'
  7.   ClientHeight = 135
  8.   ClientWidth = 168
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 9
  23.     Top = 4
  24.     Width = 147
  25.     Height = 39
  26.     AutoSize = False
  27.     Caption = 'Type commandline eventstring or select one of the Girder events'
  28.     WordWrap = True
  29.   end
  30.   object ComboBox1: TComboBox
  31.     Left = 10
  32.     Top = 50
  33.     Width = 153
  34.     Height = 21
  35.     ItemHeight = 13
  36.     TabOrder = 0
  37.     Text = 'ComboBox1'
  38.     OnChange = ComboBox1Change
  39.   end
  40.   object Button1: TButton
  41.     Left = 88
  42.     Top = 104
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Select'
  46.     Default = True
  47.     TabOrder = 1
  48.     OnClick = Button1Click
  49.   end
  50.   object Button2: TButton
  51.     Left = 8
  52.     Top = 104
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Cancel'
  56.     TabOrder = 2
  57.     OnClick = Button2Click
  58.   end
  59.   object ComboBox2: TComboBox
  60.     Left = 9
  61.     Top = 76
  62.     Width = 153
  63.     Height = 21
  64.     Style = csDropDownList
  65.     ItemHeight = 13
  66.     TabOrder = 3
  67.   end
  68. end
  69.